home *** CD-ROM | disk | FTP | other *** search
/ Sacrifice One Self for One's Sadism / Sacrifice One Self for One's Sadism.iso / pc / colect_m.dir / 00001_MOVIE.ls next >
Encoding:
Text File  |  1997-01-11  |  227 b   |  12 lines

  1. on mouseUp
  2.   if optionDown() then
  3.     if the controller of cast "MOVIE" then
  4.       set the controller of cast "MOVIE" to 0
  5.     else
  6.       set the controller of cast "MOVIE" to 1
  7.     end if
  8.   else
  9.     go(1, "SELE")
  10.   end if
  11. end
  12.